home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / vegask1a / form1.frm < prev    next >
Text File  |  1999-01-29  |  742b  |  42 lines

  1. VERSION 5.00
  2. Begin VB.Form Form1 
  3.    Caption         =   "Form1"
  4.    ClientHeight    =   1065
  5.    ClientLeft      =   60
  6.    ClientTop       =   345
  7.    ClientWidth     =   10080
  8.    LinkTopic       =   "Form1"
  9.    ScaleHeight     =   1065
  10.    ScaleWidth      =   10080
  11.    StartUpPosition =   3  'Windows Default
  12. End
  13. Attribute VB_Name = "Form1"
  14. Attribute VB_GlobalNameSpace = False
  15. Attribute VB_Creatable = False
  16. Attribute VB_PredeclaredId = True
  17. Attribute VB_Exposed = False
  18. Private Sub betone_Click()
  19.  
  20. End Sub
  21.  
  22. Private Sub Command1_Click()
  23. Unload Me
  24. End
  25. End Sub
  26.  
  27. Private Sub erase_button_Click()
  28.  
  29. End Sub
  30.  
  31. End Sub
  32.  
  33. Private Sub start_button_Click()
  34. Call board.go
  35.  
  36.  
  37. End Sub
  38.  
  39. Private Sub Form_Load()
  40.  
  41. End Sub
  42.